arm: use module provided command line for domain 0 command line
authorIan Campbell <ian.campbell@citrix.com>
Mon, 21 Jan 2013 12:40:31 +0000 (12:40 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 21 Jan 2013 12:40:31 +0000 (12:40 +0000)
commit43a5f79e8b42610dec7d65eaa084573771b69206
tree214fad2ebfafcb4ae88077c592fcfe64df3da45b
parent31bea35e1dccb0ceda03dbbf834577cb4419f4e8
arm: use module provided command line for domain 0 command line

Fallback to xen,dom0-bootargs if this isn't present.

Ideally this would use module1-args iff the kernel came from the
modules and the existing xen,dom0-bootargs if the kernel came from
flash, but this approach is simpler and has the same effect in
practice.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/domain_build.c